Class SystemFileWatcherImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.SystemFileWatcherImpl
All Implemented Interfaces:
IPCObject, SystemFileWatcher

public class SystemFileWatcherImpl extends IPCObjectImpl implements SystemFileWatcher
Information provided by the PKI file:

    \class SystemFileWatcher
    
    \brief SystemFileWatcher provides monitoring of files and directories in the local system.
    
    \example systemFileManager().getFileWatcher()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • addPath

      public boolean addPath()
      Information provided by the PKI file:
      
          \brief Add a file or directory to watch for changes.
          
          \param path, the full path of the file or directory to watch
          
          \return bool, true if successful, false otherwise
          
              
      Specified by:
      addPath in interface SystemFileWatcher
      Returns:
      boolean Returns a boolean
    • removePath

      public boolean removePath()
      Information provided by the PKI file:
      
          \brief Stop watching a file or directory for changes.
          
          \param path, the full path of the file or directory to stop watching
          
          \return bool, true if successful, false otherwise
          
              
      Specified by:
      removePath in interface SystemFileWatcher
      Returns:
      boolean Returns a boolean